-
1 bit array
= array of bitsАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > bit array
-
2 bit array
Вычислительная техника: битовый массив, графическое изображение -
3 bit array
-
4 bit-array representation
English-Russian big polytechnic dictionary > bit-array representation
-
5 bit-array representation
Вычислительная техника: двоично-матричное представление, представление в виде двоичного массиваУниверсальный англо-русский словарь > bit-array representation
-
6 bit-array representation
Англо-русский словарь по машиностроению > bit-array representation
-
7 bit-array representation
Англо-русский словарь по компьютерной безопасности > bit-array representation
-
8 bit-array representation
представление в виде двоичного массива, двоично-матричное представление
Англо-русский словарь по робототехнике > bit-array representation
-
9 array of bits
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > array of bits
-
10 bit
бит, разряд, двоичный разряд, кусочек, отрезок, резец, режущий инструмент, режущая кромка
– bit line
– bit mapping
– bit pattern
– bit representation
– bit string
– bit-array representation
– bit-by-bit comparison
-
11 array of bits
Программирование: битовый массив (= bit array) -
12 array representation
English-Russian big medical dictionary > array representation
-
13 bit stream casting
= bit-stream castingможет использоваться для преобразования различных сложных типов данных, распакованных массивов и структурАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > bit stream casting
-
14 array
1) матрица; решётка; сетка2) массив3) таблица; расположение в определенном порядке4) стат. размещение выборочных объектов в определенном порядке5) регулярный ( о типе данных)•- 2D array- address array
- addressing array
- adjustable array
- associative array
- binary array
- bit-level systolic array
- butted-gates array
- capacitor array
- cell array
- cellular array
- channelless array
- circuit array
- client array
- closed array
- column-ragged array
- configurable gate array
- conformant arrays
- core array
- crosspoint array
- data array
- detector array
- diode array
- driver array
- field programmable logic array
- fixed-OR programmable-AND array
- fix-it array
- flat array
- flexible array
- frequency array
- functional array
- gate array
- gray-level array
- green array
- IC array
- index array
- instruction array
- integrated array
- integrated circuit array
- iterative array
- large-scale array
- lattice array
- light-emitting array
- logic array
- mask programmable logic array
- memory array
- mesh-connected array
- MOS array
- mosaic array
- multidimensional array
- multirate systolic array
- N-dimensional array
- N-sell array
- packed array
- palallel array
- passive-element array
- pin grid array
- pipelined array
- pixel array
- planar array
- pointer array
- processor array
- programmable array
- programmable gate array
- programmable logic array
- ragged array
- read array
- red array
- row-ragged array
- sea-of-gates array
- search array
- smoothed array
- statement label array
- storage-logic array
- systolic array
- tag array
- transputer array
- twistor array
- two-dimensional array
- two-way array
- wavefront arrayEnglish-Russian dictionary of computer science and programming > array
-
15 bit-level systolic array
processor array — матрица процессоров; процессорная матрица
-
16 bit storage cell
двоичная запоминающая ячейка; двоичный запоминающий элементstatic magnetic cell — магнитная ячейка; магнитный элемент
-
17 bit-timing frequency
English-Russian dictionary of Information technology > bit-timing frequency
-
18 array representation
English-Russian big polytechnic dictionary > array representation
-
19 bit storage cell
carton cell — отделение в коробке, ячейка
array cell — ячейка матрицы; элемент матрицы
-
20 bit-level systolic array
Вычислительная техника: разрядная систолическая матрицаУниверсальный англо-русский словарь > bit-level systolic array
См. также в других словарях:
Bit array — A bit array (or bitmap, in some cases) is an array data structure which compactly stores individual bits (boolean values). It implements a simple set data structure storing a subset of {1,2,..., n } and is effective at exploiting bit level… … Wikipedia
Bit field — A bit field is a common idiom used in computer programming to store a set of Boolean datatype flags compactly, as a series of bits. The bit field is stored in an integral type of known, fixed bit width. Each Boolean flag is stored in a separate… … Wikipedia
Bit — This article is about the unit of information. For other uses, see Bit (disambiguation). Fundamental units of information bit (binary) nat (base e) ban (decimal) qubit (quantum) This box … Wikipedia
bit-map — Method by which a display space (such as a graphics image file) is defined, including the colour of each of its pixels (or bits). In effect, a bit map is an array of binary data representing the values of pixels in an image or display. A GIF is… … Universalium
Array data type — Not to be confused with Array data structure. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the … Wikipedia
Array slicing — In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are… … Wikipedia
Bit-Slicing — Ein Bit Slice ist ein vorgefertigter Baustein in Form eines integrierten Schaltkreises, der in der Mikroelektronik zum individuellen Bau eines Prozessors verwendet wird. Bit Slicing bezeichnet eine Methode aus der Rechnerarchitektur, bei der man… … Deutsch Wikipedia
Bit-Slicing Computing — Ein Bit Slice ist ein vorgefertigter Baustein in Form eines integrierten Schaltkreises, der in der Mikroelektronik zum individuellen Bau eines Prozessors verwendet wird. Bit Slicing bezeichnet eine Methode aus der Rechnerarchitektur, bei der man… … Deutsch Wikipedia
bit-mapped — ˈ ̷ ̷ ¦ ̷ ̷ adjective : of, relating to, or being a digital image or display for which an array of binary data specifies the value of each pixel bit mapped graphics * * * bitˈ mapped adjective • • • Main Entry: ↑bit … Useful english dictionary
bit-map — ˈ ̷ ̷ ˌ ̷ ̷ noun 1. : an array of binary data representing a bit mapped image or display ; also : a file containing such data 2. : a bit mapped image or display … Useful english dictionary
Associative array — In computer science, an associative array (also called a map or a dictionary) is an abstract data type composed of a collection of (key,value) pairs, such that each possible key appears at most once in the collection. Operations associated with… … Wikipedia